home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_37_Video Return.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  258 b   |  14 lines

  1. global gTrailerRtrn
  2.  
  3. on exitFrame
  4.   if sprite(115).movieRate = 0 then
  5.     repeat with i = 1 to gTrailerRtrn.count
  6.       trailerReturn = getAt(gTrailerRtrn, i)
  7.       go(trailerReturn)
  8.     end repeat
  9.     gTrailerRtrn = []
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.